home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 3
/
Amiga Tools 3.iso
/
rexx
/
ev_befehl10vor.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1994-09-30
|
250b
|
23 lines
/* RexxBefehle für EasyVideo
(c) Jörg Trahm
Springe 10 Datensätze weiter
*/
call addlib('rexxsupport.library',0,-30)
parse arg PortName
address(PortName)
options results
Satz = 0
EV_Inhalt "Akt_Satz"
Satz = Result + 10
EV_Goto Satz
exit